domain
Class InverseRoleAttributeDomain

java.lang.Object
  extended by domain.GeneralRole
      extended by domain.BasicRole
          extended by domain.InverseRoleAttributeDomain
All Implemented Interfaces:
Functionable, Included, Including

public class InverseRoleAttributeDomain
extends BasicRole


Field Summary
private  AtomicRoleAttribute ur
           
 
Constructor Summary
InverseRoleAttributeDomain(AtomicRoleAttribute ur)
           
 
Method Summary
 AtomicRoleAttribute getRoleAttribute()
           
 void setRoleAttribute(AtomicRoleAttribute ur)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ur

private AtomicRoleAttribute ur
Constructor Detail

InverseRoleAttributeDomain

public InverseRoleAttributeDomain(AtomicRoleAttribute ur)
Method Detail

getRoleAttribute

public AtomicRoleAttribute getRoleAttribute()

setRoleAttribute

public void setRoleAttribute(AtomicRoleAttribute ur)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object